func runtime.globrunqputbatch
7 uses
runtime (current package)
mgc.go#L1498: globrunqputbatch(&drainQ, int32(n))
proc.go#L3922: globrunqputbatch(&q, int32(qsize))
proc.go#L3939: globrunqputbatch(&globq, int32(n))
proc.go#L6435: globrunqputbatch(&sched.disable.runnable, n)
proc.go#L6518: func globrunqputbatch(batch *gQueue, n int32) {
proc.go#L6777: globrunqputbatch(&q, int32(n+1))
proc.go#L6811: globrunqputbatch(q, int32(qsize))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |